mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-11 07:24:20 +00:00
infrared_transmit.h was missing #pragma once
(#3541)
Co-authored-by: superKoder <superKoder@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
f5dff83595
commit
21e7c46033
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <furi_hal_infrared.h>
|
||||
#include <infrared.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in a new issue