]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/dump-decl.c
a lot of fixes
[avr-crypto-lib.git] / test_src / dump-decl.c
index 0053df85a77a19696b4af1c277cbf8df97a165aa..984b8bd5d7dd22bd74aa4bd9a3f91d90fa282360 100644 (file)
@@ -48,7 +48,7 @@ const char flash_desc[]  PROGMEM = "flash";
 const char ram_desc[]    PROGMEM = "ram";
 const char eeprom_desc[] PROGMEM = "eeprom";
 
-typedef struct {
+typedef const struct {
        PGM_P trigger;
        PGM_P desc;
        void (*fpt)(void*, uint32_t, uint8_t);