altosui: Add bluetooth bits back in
[fw/altos] / altosui / libaltos / libaltos.h
index 363a84fd0eed65b080723f83d6e3697c3f69532d..a05bed4c2e6c9038873461e4c9f5c630f1770506 100644 (file)
@@ -93,9 +93,6 @@ altos_flush(struct altos_file *file);
 PUBLIC int
 altos_getchar(struct altos_file *file, int timeout);
 
-// #define HAS_BLUETOOTH 1
-#if HAS_BLUETOOTH
-
 PUBLIC struct altos_bt_list *
 altos_bt_list_start(int inquiry_time);
 
@@ -111,6 +108,4 @@ altos_bt_fill_in(char *name, char *addr, struct altos_bt_device *device);
 PUBLIC struct altos_file *
 altos_bt_open(struct altos_bt_device *device);
 
-#endif
-
 #endif /* _LIBALTOS_H_ */