mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-24 01:08:32 +03:00
ret type changed to size_t
This commit is contained in:
@@ -140,7 +140,7 @@ int main() {
|
|||||||
|
|
||||||
Configure_LED();
|
Configure_LED();
|
||||||
|
|
||||||
int ret = asprintf(&cmdp, "Clockval: %d\r\n", BOARD_MCK);
|
size_t ret = asprintf(&cmdp, "Clockval: %d\r\n", BOARD_MCK);
|
||||||
|
|
||||||
if (ret != strlen(cmdp)){
|
if (ret != strlen(cmdp)){
|
||||||
PIO_Clear(&redled);
|
PIO_Clear(&redled);
|
||||||
|
|||||||
Reference in New Issue
Block a user