Files @ 149610e94cf9
Branch filter:

Location: therm/bootlib.h

Ethan Zonca
Moved save/restore of settings to new file
1
2
3
4
5
6
7
#ifndef BOOTLIB_H
#define BOOTLIB_H

void bootloader_unset(void);
void bootloader_enter(void);

#endif