NativeLib.xml
branch1.1 Korean release
changeset 977 c8e008b8cefe
parent 969 1950fe687dde
child 1050 56bef276055e
--- a/NativeLib.xml	Thu Mar 07 11:47:43 2013 +0900
+++ b/NativeLib.xml	Wed Mar 13 12:34:55 2013 +0900
@@ -74,6 +74,7 @@
           <ST>
 <![CDATA[IF TRIG AND NOT TRIG0 THEN
 {{
+ extern int LogMessage(uint8_t, uint8_t*, uint32_t);
  LogMessage(GetFbVar(LEVEL),GetFbVar(MSG, .body),GetFbVar(MSG, .len));
 }}
 END_IF;