1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 04:41:26 +04: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:
superKoder
2024-03-26 00:24:28 -07:00
committed by GitHub
parent f5dff83595
commit 21e7c46033

View File

@@ -1,3 +1,5 @@
#pragma once
#include <furi_hal_infrared.h>
#include <infrared.h>
#include <stdint.h>