Make into a valid sketch.

This commit is contained in:
Chris Giacofei 2022-01-24 10:35:07 -05:00
parent 50bee2daa0
commit fbfe28ab3a

View File

@ -1,6 +1,14 @@
#include <EEPROM.h>
#include "config.h"
void setup() {
StoreEEPROM()
}
void loop() {
}
void StoreEEPROM() {
unsigned char b, e = -1, *p = (uint8_t*)CompileTimeP - 1;
while( b = pgm_read_byte( ++p ) ){