summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
08ebca6)
Fixed standalone bug by re-making the function return the hi and lo
values. (used only by samyrun function in appmain.c)
}
if (findone){
if (ledcontrol) LED_A_OFF();
}
if (findone){
if (ledcontrol) LED_A_OFF();
+ *high = hi;
+ *low = lo;
}
if (findone){
if (ledcontrol) LED_A_OFF();
}
if (findone){
if (ledcontrol) LED_A_OFF();
+ *high=lo>>32;
+ *low=lo & 0xFFFFFFFF;
if (findone){
if (ledcontrol) LED_A_OFF();
//LED_A_OFF();
if (findone){
if (ledcontrol) LED_A_OFF();
//LED_A_OFF();
+ *high=code;
+ *low=code2;