esr_stb.h 294 B

123456789
  1. #ifndef SCPI_CORE_COMMAND_HANDLER__ESRSTB
  2. #define SCPI_CORE_COMMAND_HANDLER__ESRSTB
  3. #include "app/scpi/scpi_core.h"
  4. extern const fFSeqVTable_t fsqvbl_CommandHandlerESRSTB;
  5. extern uint8_t fsqvbl_CommandHandlerESR_context;
  6. extern uint8_t fsqvbl_CommandHandlerSTB_context;
  7. #endif