diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-06-20 22:28:41 +0200 |
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-06-20 22:28:41 +0200 |
| commit | 583b44cac7915070bdbeffd94a7073ffb5dbee3f (patch) | |
| tree | 53d7874ed7f4a01c0ab30025ac8494babfe748d1 /src/simulator | |
| parent | c1aafe32fa2b6493b4c2658afc8c82866e25bfee (diff) | |
| download | glutte-o-matic-583b44cac7915070bdbeffd94a7073ffb5dbee3f.tar.gz glutte-o-matic-583b44cac7915070bdbeffd94a7073ffb5dbee3f.tar.bz2 glutte-o-matic-583b44cac7915070bdbeffd94a7073ffb5dbee3f.zip | |
Replace LED_BLUE by GPS EPPS
Diffstat (limited to 'src/simulator')
| -rw-r--r-- | src/simulator/src/GPIO/pio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/simulator/src/GPIO/pio.c b/src/simulator/src/GPIO/pio.c index cc16f73..753cb1f 100644 --- a/src/simulator/src/GPIO/pio.c +++ b/src/simulator/src/GPIO/pio.c @@ -53,6 +53,10 @@ void pio_set_qrp(int on) { gui_out_qrp = on; } +void pio_set_gps_epps(int on) { + // TODO +} + void pio_set_fsm_signals(struct fsm_input_signals_t* sig) { sig->qrp = gui_in_qrp_n ? 0 : 1; |
