From abadff5423b022fc4e1a55ec49b7143c09b3ebf7 Mon Sep 17 00:00:00 2001 From: Berenguer Montserrat Date: Sat, 17 Aug 2019 10:04:42 +0200 Subject: [PATCH] Put back the original comments in Makefile and example main.c --- RaspberryPi&JetsonNano/c/Makefile | 4 ++-- RaspberryPi&JetsonNano/c/examples/main.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RaspberryPi&JetsonNano/c/Makefile b/RaspberryPi&JetsonNano/c/Makefile index 882c2e9..360c1da 100644 --- a/RaspberryPi&JetsonNano/c/Makefile +++ b/RaspberryPi&JetsonNano/c/Makefile @@ -25,8 +25,8 @@ DEBUG = -D DEBUG # RASPBERRY PI LIBRARIES -#USELIB_RPI = USE_DEV_LIB -USELIB_RPI = USE_BCM2835_LIB +USELIB_RPI = USE_DEV_LIB +#USELIB_RPI = USE_BCM2835_LIB #USELIB_RPI = USE_WIRINGPI_LIB LIB_RPI = -lm diff --git a/RaspberryPi&JetsonNano/c/examples/main.c b/RaspberryPi&JetsonNano/c/examples/main.c index c9357ce..947f254 100644 --- a/RaspberryPi&JetsonNano/c/examples/main.c +++ b/RaspberryPi&JetsonNano/c/examples/main.c @@ -17,7 +17,7 @@ int main(void) signal(SIGINT, Handler); printf("Uncomment the test you want to run in examples/main.c\n"); - EPD_1in54_test(); + // EPD_1in54_test(); // EPD_1in54_V2_test(); // EPD_1in54b_test(); // EPD_1in54c_test();