diff options
author | Amir Hammad <amir.hammad@hotmail.com> | 2016-07-08 23:41:55 +0200 |
---|---|---|
committer | Amir Hammad <amir.hammad@hotmail.com> | 2016-07-08 23:45:57 +0200 |
commit | dd950136aa5c438855eb6a3e87f352a11f60747c (patch) | |
tree | 82fce6f79064ec90a2b330f20fd25bddd1095cb8 /src | |
parent | 1c8aa9d315ff09194df53d9b1af755e03168cd64 (diff) | |
download | secure-hid-dd950136aa5c438855eb6a3e87f352a11f60747c.tar.gz secure-hid-dd950136aa5c438855eb6a3e87f352a11f60747c.tar.bz2 secure-hid-dd950136aa5c438855eb6a3e87f352a11f60747c.zip |
lld: stm32f4: adjust reporting of the unahandled block of code
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/usbh_lld_stm32f4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usbh_lld_stm32f4.c b/src/usbh_lld_stm32f4.c index 83526a9..0b12888 100644 --- a/src/usbh_lld_stm32f4.c +++ b/src/usbh_lld_stm32f4.c @@ -277,7 +277,7 @@ static void write(void *drvdata, const usbh_packet_t *packet) }
} else {
dpid = OTG_HCTSIZ_DPID_DATA0; // ! TODO: BUG
- LOG_PRINTF("BUG, %d",__LINE__);
+ ERROR("");
}
uint32_t num_packets;
|