From 00394f239e79cbfe0af36eb11c02290ac76e56e2 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 22 Aug 2024 17:50:02 +0800
Subject: [PATCH] move api to modules

---
 hal/modules/infrared.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/hal/api/infrared.c b/hal/modules/infrared.c
similarity index 99%
rename from hal/api/infrared.c
rename to hal/modules/infrared.c
index 6aa2e36..835593d 100644
--- a/hal/api/infrared.c
+++ b/hal/modules/infrared.c
@@ -69,7 +69,6 @@
                 which = atoi(optarg);
                 break;
 
-
             case 'h':  /* Get help information */
                 program_usage(progname);
                 return 0;

--
Gitblit v1.9.1