diff options
author | Bdale Garbee <bdale@gag.com> | 2014-02-20 13:23:52 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2014-02-20 13:23:52 -0700 |
commit | 104b8bfc9b37fda175f2cb2a1e33601fbf6f48f6 (patch) | |
tree | 0b47c34e04f4db8bdd509699e9e5b72ed9d6c052 /src/cc1111/ao_usb.c | |
parent | 403b95ee27782309b564855b85285c9f5f5c7068 (diff) | |
parent | 1edf7ef8026ac4ab698a7f99671e9348d18ffd0a (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'src/cc1111/ao_usb.c')
-rw-r--r-- | src/cc1111/ao_usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cc1111/ao_usb.c b/src/cc1111/ao_usb.c index b0ab409d..2141eda8 100644 --- a/src/cc1111/ao_usb.c +++ b/src/cc1111/ao_usb.c @@ -24,7 +24,7 @@ static __xdata uint16_t ao_usb_in_bytes; static __pdata uint16_t ao_usb_in_bytes_last; static __xdata uint16_t ao_usb_out_bytes; static __pdata uint8_t ao_usb_iif; -static __pdata uint8_t ao_usb_running; +__pdata uint8_t ao_usb_running; static void ao_usb_set_interrupts(void) |