ret type changed to size_t

This commit is contained in:
Christina Quast
2014-12-05 15:51:43 +01:00
parent 228265d7b3
commit 72ff4565f3

View File

@@ -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);