mcu_hi3321_watch/application/brandy/brandy_standard/main.h
2025-05-26 20:15:20 +08:00

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