summaryrefslogtreecommitdiffstats
path: root/tpu.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-07-26 07:34:49 +0200
committerLouis Burda <quent.burda@gmail.com>2023-07-26 07:34:49 +0200
commit5adac1252fb065ecb3e308152f6b178b303d6189 (patch)
tree3fb9aa9aaaa65b115ddfec7ea8ab469a3ea1b68a /tpu.h
parent7d73b738a5703d5263a84dcbe3564e2267af6804 (diff)
downloadtis100-5adac1252fb065ecb3e308152f6b178b303d6189.tar.gz
tis100-5adac1252fb065ecb3e308152f6b178b303d6189.zip
Fix tpu source rendering and tpu location duplicates
Diffstat (limited to 'tpu.h')
-rw-r--r--tpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpu.h b/tpu.h
index e3b1656..3d6aac6 100644
--- a/tpu.h
+++ b/tpu.h
@@ -129,7 +129,7 @@ enum tpu_status tpu_step(struct tpu *tpu);
void tpu_map_init(struct tpu_map *map);
void tpu_map_deinit(struct tpu_map *map);
-void tpu_map_add(struct tpu_map *map, struct tpu *tpu);
+bool tpu_map_add(struct tpu_map *map, struct tpu *tpu);
struct tpu *tpu_map_get(struct tpu_map *map, int x, int y);
void tis_init(struct tis *tis);