nac3artiq: cleanup demo

no_init
Sebastien Bourdeauducq 2022-04-12 10:34:14 +08:00
parent 3fb22c9182
commit 6972689469
1 changed files with 0 additions and 6 deletions

View File

@ -1,10 +1,4 @@
from min_artiq import *
from numpy import int32, int64
@extern
def output_int(x: int32):
...
@nac3