pragma once

This commit is contained in:
Edward Emelianov 2025-02-04 09:39:01 +03:00
parent 3859ae25f5
commit a22776d487
4 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once
#include <stm32f1.h> #include <stm32f1.h>
#include "usb_descr.h" #include "usb_descr.h"

View File

@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once
#include <stm32f1.h> #include <stm32f1.h>
#include "usb_lib.h" #include "usb_lib.h"

View File

@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once
#include <stm32f1.h> #include <stm32f1.h>
#include "usb_lib.h" #include "usb_lib.h"

View File

@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once
#include <stm32f1.h> #include <stm32f1.h>
#include "usb_lib.h" #include "usb_lib.h"