16 lines
281 B
C
16 lines
281 B
C
/*
|
|
* Copyright (c) CompanyNameMagicTag 2021-2021. All rights reserved.
|
|
* Description: Application Core Main function for Standard.
|
|
* Author:
|
|
* Create: 2021-03-09
|
|
*/
|
|
|
|
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
#include <stdint.h>
|
|
|
|
uint32_t get_psram_density(void);
|
|
|
|
#endif
|