/TARGET_K64F/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_KPSDK_CODE/hal/adc/fsl_adc_hal.h substitute line 894 extern } by }

Fork of mbed by mbed official

Revision:
8:00a04e5cd407
Parent:
5:62573be585e9
Child:
11:1c1ebd0324fa
--- a/Serial.h	Fri Jan 23 16:26:21 2009 +0000
+++ b/Serial.h	Tue Feb 03 18:02:02 2009 +0000
@@ -112,6 +112,9 @@
 	 *  returns - 1 if there is space to write a character, else 0
 	 */
 	int writeable();	
+
+    virtual const struct rpc_method *get_rpc_methods();
+    static struct rpc_class *get_rpc_class();
 	
 protected: