123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- #ifndef SER_DBG_SD_STR_H
- #define SER_DBG_SD_STR_H
- #include <stdint.h>
- const char * ser_dbg_sd_call_str_get(uint8_t opcode);
- const char * ser_dbg_sd_evt_str_get(uint16_t opcode);
- #endif
|