Ubiquitous/RT-Thread_Fusion_XiUOS:change name from RT_Thread to RT-Thread_Fusion_XiUOS
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
# import os
|
||||
class HelloRtt:
|
||||
|
||||
def __repr__(self):
|
||||
self.__call__()
|
||||
return ""
|
||||
|
||||
def __call__(self):
|
||||
print("hello world!!")
|
||||
print("hello RTT")
|
||||
|
||||
hello = HelloRtt()
|
||||
Binary file not shown.
Reference in New Issue
Block a user