mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
ret type changed to size_t
This commit is contained in:
@@ -140,7 +140,7 @@ int main() {
|
||||
|
||||
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)){
|
||||
PIO_Clear(&redled);
|
||||
|
||||
Reference in New Issue
Block a user