summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/serprobe.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libchip/serial/serprobe.c')
-rw-r--r--c/src/libchip/serial/serprobe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/libchip/serial/serprobe.c b/c/src/libchip/serial/serprobe.c
index 2018727d56..5ce4d7ca40 100644
--- a/c/src/libchip/serial/serprobe.c
+++ b/c/src/libchip/serial/serprobe.c
@@ -6,12 +6,12 @@
#include <libchip/serial.h>
#include <libchip/sersupp.h>
-boolean libchip_serial_default_probe(int minor)
+bool libchip_serial_default_probe(int minor)
{
/*
* If the configuration dependent probe has located the device then
* assume it is there
*/
- return TRUE;
+ return true;
}