Ignore:
Timestamp:
Jan 31, 2025, 10:07:48 AM (3 months ago)
Author:
Zed
Message:

Fixing project before changing NSS control for SPI2 in CubeMX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ctrl/firmware/Main/SES/Core/Src/main_task.cpp

    r75 r76  
    44#include "FreeRTOS.h"
    55#include "task.h"
     6
     7#include "lwip.h"
    68
    79#include "ff.h"
     
    2931{
    3032        (void)argument;
     33
     34        MX_LWIP_Init();
    3135
    3236    FRESULT  r = f_mount(&fs, (const TCHAR*)"", 1);            // Mount the default drive
Note: See TracChangeset for help on using the changeset viewer.