Blame view

MyAppSchema/schema.ems 92 Bytes
Imanol-Mikel Barba Sabariego authored
1
2
3
4
5
6
7
8
version = "1.0.0"
description = "starter application"

schema MyApp {

    uint8 someRes

}