Skip to content

Commit e2221b5

Browse files
Merge pull request #20 from Y1hsiaochunnn/master
Fix the missing c inclusion
2 parents b78e3ef + 4834894 commit e2221b5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bsp/esp32_s3_touch_lcd_4/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ tags:
1515
targets:
1616
- esp32s3
1717
url: https://www.waveshare.com/esp32-s3-touch-lcd-4.htm
18-
version: 1.0.1
18+
version: 1.0.2

bsp/esp32_s3_touch_lcd_4/include/bsp/esp32_s3_touch_lcd_4.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,8 @@ void bsp_display_unlock(void);
278278
* @param[in] rotation Angle of the display rotation
279279
*/
280280
void bsp_display_rotate(lv_display_t *disp, lv_disp_rotation_t rotation);
281-
#endif // BSP_CONFIG_NO_GRAPHIC_LIB == 0
281+
#endif // BSP_CONFIG_NO_GRAPHIC_LIB == 0
282+
283+
#ifdef __cplusplus
284+
}
285+
#endif

0 commit comments

Comments
 (0)