From d48b80fc277cb123738461b6125a58ffe9923019 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Wed, 21 Aug 2024 17:39:16 +0800
Subject: [PATCH] update cross compiler

---
 hal/api/led.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/hal/api/led.h b/hal/api/led.h
index 4f2937c..f2105ad 100644
--- a/hal/api/led.h
+++ b/hal/api/led.h
@@ -5,14 +5,6 @@
  *       Filename:  led.h
  *    Description:  This file is used to control RGB 3-colors LED
  *
- *
- * Pin connection:
- *               RGB Led Module           IGKBoard-IMX6ULL
- *                   R        <----->      #Pin36 (GPIO1_IO11)
- *                   G        <----->      #Pin38 (GPIO1_IO10)
- *                   B        <----->      #Pin40 (GPIO5_IO09)
- *                  GND       <----->      GND
- *
  ********************************************************************************/
 
 #ifndef  _LED_H_

--
Gitblit v1.9.1