Add chapter 2 types card to inf series

This commit is contained in:
mpabi
2026-05-02 00:14:34 +02:00
parent 4fa6eccac3
commit 91d218ebc8
+7 -1
View File
@@ -6,7 +6,7 @@
"source_remote": "r1",
"answer_remote": "r1a",
"fallback_branch": "deploy",
"default_card": "control",
"default_card": "types",
"cards": [
{
"id": "asm-c-gcc",
@@ -26,6 +26,12 @@
"branch": "deploy",
"title": "rv32i-c / bss-data-stack"
},
{
"id": "types",
"repo": "lab-rv32i-c-types-operators-expressions",
"branch": "deploy",
"title": "rv32i-c / types-operators-expressions"
},
{
"id": "control",
"repo": "lab-rv32i-c-control-flow",