X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fflash_avr.h;h=de8058b6df44fb7fc13da36cbc19df506e1dc259;hb=9ba9dcf2a59a952609e19154e11de3e2478cbf42;hp=1dc7d470ba095676a6426a32ff98635a61f2e8f6;hpb=4309f8e147e1a4741beb0a0b1933e63218bd89ca;p=bertos.git diff --git a/drv/flash_avr.h b/drv/flash_avr.h old mode 100755 new mode 100644 index 1dc7d470..de8058b6 --- a/drv/flash_avr.h +++ b/drv/flash_avr.h @@ -1,8 +1,33 @@ /** * \file * * * \brief Self programming routines (interface). @@ -18,8 +43,8 @@ #include #include -bool avrflash_test(void); -void avrflash_init(struct _KFile *fd); +bool flash_avr_test(void); +void flash_avr_init(struct _KFile *fd); #endif /* DRV_FLASH_AVR_H */