summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-14 16:45:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-14 16:45:25 -0600
commit0a3804dbab4bf81e680567a9b01277e0f8b19677 (patch)
treefc5958c61a592d630248eec448d007134a74117e /nuttx/drivers
parent1694e76c1f9217e9a5a29aaccd7181eee8a0e4ac (diff)
downloadpx4-nuttx-0a3804dbab4bf81e680567a9b01277e0f8b19677.tar.gz
px4-nuttx-0a3804dbab4bf81e680567a9b01277e0f8b19677.tar.bz2
px4-nuttx-0a3804dbab4bf81e680567a9b01277e0f8b19677.zip
I don't think that the net_route function has ever worked correctly. The source ip was updated in the match struct instead of the route ip. From Brennan Ashton.
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/lcd/st7567.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/lcd/st7567.c b/nuttx/drivers/lcd/st7567.c
index 179c3d2e5..f138e1479 100644
--- a/nuttx/drivers/lcd/st7567.c
+++ b/nuttx/drivers/lcd/st7567.c
@@ -206,7 +206,7 @@
#define LS_BIT (1 << 0)
#define MS_BIT (1 << 7)
-/* Debst7567 ******************************************************************************/
+/* Debug ******************************************************************************/
#ifdef CONFIG_LCD_ST7567DEBUG
# define st7567dbg(format, ...) vdbg(format, ##__VA_ARGS__)