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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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