Polished gdb support, etc
[simavr] / simavr / cores / sim_tiny85.c
index eec13a6..aac8299 100644 (file)
@@ -120,6 +120,7 @@ static avr_t * make()
 }
 
 avr_kind_t tiny85 = {
+       .names = { "attiny85" },
        .make = make
 };