Skip to content

Commit

Permalink
AP_Filesystem: BOOL for binary types
Browse files Browse the repository at this point in the history
  • Loading branch information
muramura committed Apr 20, 2024
1 parent 484ce40 commit c2be436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Filesystem/AP_Filesystem_FATFS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ typedef struct {
#define MAX_FILES 16
static FAT_FILE *file_table[MAX_FILES];

static int isatty_(int fileno)
static bool isatty_(int fileno)
{
if (fileno >= 0 && fileno <= 2) {
return true;
Expand Down

0 comments on commit c2be436

Please sign in to comment.