Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_avr / bom / bootloader.h @ fa11365c

History | View | Annotate | Download (104 Bytes)

1
#ifndef BOOTLOADER_H
2
#define BOOTLOADER_H
3

    
4
void boot_program_page (uint32_t page, uint8_t *buf);
5

    
6
#endif