inwudriver-weibo/mdm/inc/low_power.h

17 lines
296 B
C
Raw Normal View History

/*
* Copyright (c) CompanyNameMagicTag 2018-2019. All rights reserved.
* Description: low_power
* Author: CompanyName
* Create: 2018-10-31
*/
#ifndef __LOW_POWER_H__
#define __LOW_POWER_H__
#define DEBUG 0
#define EXT_PR_ITCM_SIZE 4096
void entry_low_power(void);
#endif