added prescaler for 16 bit pwm in LPC1347 target

Fork of mbed-dev by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Mon Mar 14 10:00:13 2016 +0000
Parent:
88:94022f3bcea9
Child:
90:bd7e252b15f3
Commit message:
Synchronized with git revision 768fbd7de22fac9689a0f207deb0786ae282b108

Full URL: https://github.com/mbedmicro/mbed/commit/768fbd7de22fac9689a0f207deb0786ae282b108/

Modify macro value of device error in device.h

Changed in this revision

targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/device.h Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/device.h	Fri Mar 11 08:15:10 2016 +0000
+++ b/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/device.h	Mon Mar 14 10:00:13 2016 +0000
@@ -59,9 +59,9 @@
 
 #define DEVICE_DEBUG_AWARENESS  0
 
-#define DEVICE_STDIO_MESSAGES   0
+#define DEVICE_STDIO_MESSAGES   1
 
-#define DEVICE_ERROR_PATTERN    0
+#define DEVICE_ERROR_PATTERN    1
 
 #include "objects.h"