summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/etshal.h
blob: 61d8399db769e51292f1b5cf656fad5ac0b0fa01 (plain) (blame)
1
2
3
4
5
6
7
8
9
#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_