Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SNICInterface mbed-rtos mbed
Fork of murataDemo by
Diff: app_board_io.cpp
- Revision:
- 22:e567f0d4b05d
- Parent:
- 11:bdf601a405fc
--- a/app_board_io.cpp Tue Jul 15 02:08:48 2014 +0000
+++ b/app_board_io.cpp Tue Jul 15 09:56:43 2014 +0000
@@ -1,7 +1,7 @@
#include "app_board_io.h"
-#include "C12832_lcd.h"
+#include "C12832.h"
-extern C12832_LCD lcd;
+extern C12832 lcd;
extern "C" void lcd_printf( const char* fmt, ... )
{
