324d03a1fae453ce4c8fdf823f42e5998895714e
[fw/altos] / debian / patches / need-more-static.diff
1 diff --git a/src/stm/ao_usb_stm.c b/src/stm/ao_usb_stm.c
2 index 0de501ab..f2b8ea94 100644
3 --- a/src/stm/ao_usb_stm.c
4 +++ b/src/stm/ao_usb_stm.c
5 @@ -174,7 +174,7 @@ static inline uint32_t ao_usb_epr_dtog_tx(uint32_t epr) {
6   * Set current device address and mark the
7   * interface as active
8   */
9 -void
10 +static void
11  ao_usb_set_address(uint8_t address)
12  {
13         debug("ao_usb_set_address %02x\n", address);