X-Git-Url: https://rtime.felk.cvut.cz/gitweb/mirosot.git/blobdiff_plain/7d1f56342192651c81dcc6844ea46a72dfd198f6..refs/tags/Kovacik%27s_version:/bluetooth/bth_cmd_complete_ev.c diff --git a/bluetooth/bth_cmd_complete_ev.c b/bluetooth/bth_cmd_complete_ev.c index 05ce701..77d2b16 100644 --- a/bluetooth/bth_cmd_complete_ev.c +++ b/bluetooth/bth_cmd_complete_ev.c @@ -504,10 +504,10 @@ int cmd_ev_04x0009(uint8_t *bth_p, uint8_t size) } else { - /*status neni OK */ + /*status is not OK */ free(bth_pole_adrr_check_packet[index]); bth_pole_adrr_check_packet[index]=NULL; - return((int)*((uint8_t*)bth_p+READ_BD_ADDR_RP____status)); //NOTE asi jsem tam pripisoval hvezdicku, uz nevim jiste, bylo to vcera >-] + return((int)*((uint8_t*)bth_p+READ_BD_ADDR_RP____status)); //NOTE probably I put * here, but I don't remember it. It was yesterday >-] }; }; };