Changeset 731 for trunk/core/luascript.c
- Timestamp:
- 04/15/09 04:55:20 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/luascript.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/luascript.c
r720 r731 313 313 to2 = 200; 314 314 if( lua_isnumber( L, 3 ) ) 315 to = lua_tonumber( L, 3 );315 to2 = lua_tonumber( L, 3 ); 316 316 ubasic_set_led(to, to1, to2); 317 317 return 0;
Note: See TracChangeset
for help on using the changeset viewer.