mirror of
https://github.com/sengeiou/realtek_ameba_mp_sdk.git
synced 2025-01-10 14:15:18 +00:00
9 lines
103 B
C
9 lines
103 B
C
|
#ifndef EXAMPLE_RARP_H
|
||
|
#define EXAMPLE_RARP_H
|
||
|
|
||
|
void example_rarp(void);
|
||
|
|
||
|
|
||
|
#endif /* EXAMPLE_RARP_H */
|
||
|
|