#I2C_INCLUDE=I2C
#uncomment the line below for the platform being compiled on
-#UNAME_N=raspberrypi
+UNAME_N=raspberrypi
#UNAME_N=odroid
#UNAME_N=up
#UNAME_N=pine64
-UNAME_N=jetsen
+#UNAME_N=jetsen
CC=gcc
LINK=gcc
#LIMESDR_INCLUDE=LIMESDR
# uncomment the line below when Radioberry radio cape is plugged in
-RADIOBERRY_INCLUDE=RADIOBERRY
+#RADIOBERRY_INCLUDE=RADIOBERRY
ifeq ($(RADIOBERRY_INCLUDE),RADIOBERRY)
RADIOBERRY_OPTIONS=-D RADIOBERRY
#ifdef RADIOBERRY
if(protocol==ORIGINAL_PROTOCOL || protocol==NEW_PROTOCOL || protocol==RADIOBERRY_PROTOCOL) {
#else
- if(protocol==ORIGINAL_PROTOCOL || protocol==NEW_PROTOCOL)) {
+ if(protocol==ORIGINAL_PROTOCOL || protocol==NEW_PROTOCOL) {
#endif
linein_b=gtk_check_button_new_with_label("Mic Line In (ACC connector)");
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (linein_b), mic_linein);