Bug Fix Timing order

Timing for backward compatibility
This commit is contained in:
mwalker33 2019-07-25 20:01:03 +10:00
commit 77d96ff3b7
5 changed files with 23 additions and 23 deletions

View file

@ -135,9 +135,10 @@ typedef struct {
uint16_t write_gap ;
uint16_t write_0 ;
uint16_t write_1 ;
uint16_t read_gap ;
uint16_t write_2 ;
uint16_t write_3 ;
uint16_t read_gap ;
} t55xx_config_t;
// This setup will allow for the 4 downlink modes "m" as well as other items if needed.
// Given the one struct we can then read/write to flash/client in one go.