diff options
author | jaseg <git@jaseg.net> | 2019-01-12 12:31:59 +0900 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-01-12 12:54:29 +0900 |
commit | 43f64f0e1fad6e3586cdd5b6f0243f03db9adc23 (patch) | |
tree | b2dc5c38e5b60230970b2e50e06de974b4b702fd /driver_fw | |
parent | c6547c6e6fa381a7811d0c47603291d82be7e440 (diff) | |
download | 8seg-43f64f0e1fad6e3586cdd5b6f0243f03db9adc23.tar.gz 8seg-43f64f0e1fad6e3586cdd5b6f0243f03db9adc23.tar.bz2 8seg-43f64f0e1fad6e3586cdd5b6f0243f03db9adc23.zip |
Split receiver into logical parts
Diffstat (limited to 'driver_fw')
-rw-r--r-- | driver_fw/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_fw/main.c b/driver_fw/main.c index df2eaa7..324ca11 100644 --- a/driver_fw/main.c +++ b/driver_fw/main.c @@ -109,7 +109,7 @@ unsigned char random() { txpos = -1; i++; - if (i == 2) { + if (i == 5) { //txbuf[2] = random(); //txbuf[2] <<= 1; //if (!txbuf[2] & 0xff) |