diff --git a/examples/java/CMakeLists.txt b/examples/java/CMakeLists.txt index 2fdfc85b..6b377d5c 100644 --- a/examples/java/CMakeLists.txt +++ b/examples/java/CMakeLists.txt @@ -78,8 +78,7 @@ add_example(MPU9150Sample mpu9150) add_example(MQ2Sample gas) add_example(MQ303ASample mq303a) add_example(MQ5Sample gas) -add_example(MY9221_ledbarSample my9221) -add_example(MY9221Sample my9221) +add_example(GroveLEDBar my9221) add_example(NRF24L01_receiverSample nrf24l01) add_example(NRF24L01_transmitterSample nrf24l01) add_example(NUNCHUCKSample nunchuck)