plot trim: adjust demod graph and cursors when possible

This commit is contained in:
Philippe Teuwen
2020-10-06 14:11:09 +02:00
parent 30cc0b4b48
commit fd3b440eea
3 changed files with 14 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
extern size_t DemodBufferLen;
extern int g_DemodClock;
extern size_t g_DemodStartIdx;
extern int32_t g_DemodStartIdx;
#ifdef __cplusplus
}