ThomasBarth / ESP32-CAN-Driver

CAN driver project for the Espressif ESP32
284 stars 78 forks source link

CAN.c: fix issue #6 by renaming macros #7

Closed ghost closed 7 years ago

ghost commented 7 years ago

DPORT register access has changed recently and broken the build of the CAN driver. See here: https://github.com/espressif/esp-idf/commit/377a1f5ea1ca9152524d54df6a7294620f42173c

This change fixes the build.

ThomasBarth commented 7 years ago

Thanks :)