Skip to content

Commit

Permalink
SN-5749 bit bang nmea stpb (#726)
Browse files Browse the repository at this point in the history
* Define SYS_CMD_TEST_BIT_BANG_STPB_SER0

* Add software reset to bit bang ser0
  • Loading branch information
waltjohnson authored Oct 4, 2024
1 parent 03d7718 commit 4c75d37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/data_sets.h
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,9 @@ enum eSystemCommand

SYS_CMD_TEST_GPIO = 64, // (uint32 inv: 4294967231)
SYS_CMD_TEST_CHECK_INIT_SER0 = 65, // (uint32 inv: 4294967230)
SYS_CMD_TEST_FORCE_INIT_SER0 = 66, // (uint32 inv: 4294967230)
SYS_CMD_TEST_FORCE_INIT_SER0 = 66, // (uint32 inv: 4294967229)
SYS_CMD_TEST_BIT_BANG_SER0_STPB = 67, // (uint32 inv: 4294967228)
SYS_CMD_TEST_BIT_BANG_SER0_SRST = 68, // (uint32 inv: 4294967227)

SYS_CMD_SAVE_FLASH = 97, // (uint32 inv: 4294967198)
SYS_CMD_SAVE_GPS_ASSIST_TO_FLASH_RESET = 98, // (uint32 inv: 4294967197)
Expand Down

0 comments on commit 4c75d37

Please sign in to comment.