fixed true typo

pull/29/head
alanbjohnston 6 years ago committed by GitHub
parent e6afab48ac
commit e0f9a6bd7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -304,7 +304,7 @@ int main(int argc, char *argv[]) {
if (init_rf())
{
printf("AX5043 successfully initialized!\n");
ax5043 = true;
ax5043 = TRUE;
}
else
printf("AX5043 not present!\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.