Ignore:
Timestamp:
Jun 12, 2023, 12:34:28 PM (19 months ago)
Author:
f.jahn
Message:

CMD_DELAY is implemented to test IWDG timer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ecs_cellMon/firmware/inc/sysdata.h

    r11 r12  
    133133
    134134//--- GLOBALE DEFINES ----------------------------------------------------------
    135 #define                 CMD_NOCMD                               0
    136 #define                 CMD_SAVE_PARAMETER_TO_EEPROM            1
    137 #define                 CMD_APPLY_MB_PARAMETER                  2
    138 #define                 CMD_RESET_FACTORY                       3
    139 #define                 CMD_RESET                               4
    140 #define                 CMD_SAVE_LOCK_KEY                       5
    141 #define                 CMD_RESET_COUNTERS                      6
    142 #define                 CMD_RESET_MIN_MAX_VALUES                7
    143 #define                 CMD_SAVE_SN                             12345
     135#define                 CMD_NOCMD                         0
     136#define                 CMD_SAVE_PARAMETER_TO_EEPROM      1
     137#define                 CMD_APPLY_MB_PARAMETER            2
     138#define                 CMD_RESET_FACTORY                 3
     139#define         CMD_RESET                         4
     140#define         CMD_SAVE_LOCK_KEY                 5
     141#define         CMD_RESET_COUNTERS                6
     142#define         CMD_RESET_MIN_MAX_VALUES          7
     143#define         CMD_DELAY                         8
     144#define                 CMD_SAVE_SN                       12345
    144145
    145146
Note: See TracChangeset for help on using the changeset viewer.