I am trying to use the mbed framework with the Nucleo F401-re. When I compile, I am getting the following error:
In file included from C:\Users\taylorb.platformio\lib\minar_ID1238/minar/minar.h:22:0,
from c:\users\taylorb.platformio\lib\mbed-drivers_id962\mbed-drivers\mbed.h:29,
from C:\Users\taylorb.platformio\lib\mbed-drivers_ID962\mbed/mbed.h:20,
from src\main.cpp:1:
C:\Users\taylorb.platformio\lib\minar-platform_ID1240/minar-platform/minar_platform.h:22:10: fatal error: minar-platform/minar_platform_types.h: No such file or directory
#include “minar-platform/minar_platform_types.h”
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
I cannot compile even the simple blink program. Please offer assistance.