You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
184 B
10 lines
184 B
10 years ago
|
#ifndef _INCLUDED_ETSHAL_H_
|
||
|
#define _INCLUDED_ETSHAL_H_
|
||
|
|
||
|
void ets_isr_unmask();
|
||
|
void ets_install_putc1();
|
||
|
void ets_isr_attach();
|
||
|
void uart_div_modify();
|
||
|
|
||
|
#endif // _INCLUDED_ETSHAL_H_
|