mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
stm32: Change header include guards from STMHAL to STM32 to match dir.
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#ifndef MICROPY_INCLUDED_STMHAL_IRQ_H
|
||||
#define MICROPY_INCLUDED_STMHAL_IRQ_H
|
||||
#ifndef MICROPY_INCLUDED_STM32_IRQ_H
|
||||
#define MICROPY_INCLUDED_STM32_IRQ_H
|
||||
|
||||
// these states correspond to values from query_irq, enable_irq and disable_irq
|
||||
#define IRQ_STATE_DISABLED (0x00000001)
|
||||
@@ -149,4 +149,4 @@ MP_DECLARE_CONST_FUN_OBJ_0(pyb_irq_stats_obj);
|
||||
#define IRQ_PRI_RTC_WKUP 15
|
||||
#define IRQ_SUBPRI_RTC_WKUP 0
|
||||
|
||||
#endif // MICROPY_INCLUDED_STMHAL_IRQ_H
|
||||
#endif // MICROPY_INCLUDED_STM32_IRQ_H
|
||||
|
||||
Reference in New Issue
Block a user