From 91d218ebc83607f00e17fb6bd159c804ff42994c Mon Sep 17 00:00:00 2001 From: mpabi Date: Sat, 2 May 2026 00:14:34 +0200 Subject: [PATCH] Add chapter 2 types card to inf series --- series/inf.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/series/inf.json b/series/inf.json index 7bf079f..b52c16b 100644 --- a/series/inf.json +++ b/series/inf.json @@ -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",