Fix header guard prefix

This commit is contained in:
Romain Vimont 2022-01-24 21:37:40 +01:00
parent a9429efa34
commit e0bce1725b

View file

@ -1,5 +1,5 @@
#ifndef HID_MOUSE_H
#define HID_MOUSE_H
#ifndef SC_HID_MOUSE_H
#define SC_HID_MOUSE_H
#include "common.h"