Browse Source

More GPIO compilation fixes. (#15592)

pull/15593/head
Nick Brassel 2 years ago
committed by GitHub
parent
commit
4d96e53222
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      platforms/avr/drivers/serial.c

+ 1
- 0
platforms/avr/drivers/serial.c View File

@ -16,6 +16,7 @@
#include <util/delay.h>
#include <stddef.h>
#include <stdbool.h>
#include "gpio.h"
#include "serial.h"
#ifdef SOFT_SERIAL_PIN


Loading…
Cancel
Save