Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout_avr / bom / bootloader.h @ 6b1a3a0d

History | View | Annotate | Download (103 Bytes)

1 6b1a3a0d Aaron Perley
#ifndef BOOTLOADER_H
2
#define BOOTLOADER_H
3
4
void boot_program_page (uint32_t page, uint8_t *buf)
5
6
#endif