From cf29f27749cd7c6a8a66f633bab203cc928167fe Mon Sep 17 00:00:00 2001 From: "jazz (gitea)" Date: Sat, 20 Sep 2025 15:01:24 -0500 Subject: [PATCH] oopsie --- ...lib@llvm@19@lib@clang@19@include@stdbool.h | 39 ------------------ ...lvm@19@lib@clang@19@include@stdbool.h.blob | Bin 536 -> 0 bytes .../Calc2@Core@Src@breadboard.c | 32 -------------- .../Calc2@Core@Src@breadboard.c.blob | Bin 608 -> 0 bytes 4 files changed, 71 deletions(-) delete mode 100644 .ccls-cache/@@home@ja@st@Home/@usr@lib@llvm@19@lib@clang@19@include@stdbool.h delete mode 100644 .ccls-cache/@@home@ja@st@Home/@usr@lib@llvm@19@lib@clang@19@include@stdbool.h.blob delete mode 100644 .ccls-cache/@home@ja@st@Home/Calc2@Core@Src@breadboard.c delete mode 100644 .ccls-cache/@home@ja@st@Home/Calc2@Core@Src@breadboard.c.blob diff --git a/.ccls-cache/@@home@ja@st@Home/@usr@lib@llvm@19@lib@clang@19@include@stdbool.h b/.ccls-cache/@@home@ja@st@Home/@usr@lib@llvm@19@lib@clang@19@include@stdbool.h deleted file mode 100644 index dfaad2b..0000000 --- a/.ccls-cache/@@home@ja@st@Home/@usr@lib@llvm@19@lib@clang@19@include@stdbool.h +++ /dev/null @@ -1,39 +0,0 @@ -/*===---- stdbool.h - Standard header for booleans -------------------------=== - * - * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. - * See https://llvm.org/LICENSE.txt for license information. - * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception - * - *===-----------------------------------------------------------------------=== - */ - -#ifndef __STDBOOL_H -#define __STDBOOL_H - -#define __bool_true_false_are_defined 1 - -#if defined(__MVS__) && __has_include_next() -#include_next -#else - -#if defined(__STDC_VERSION__) && __STDC_VERSION__ > 201710L -/* FIXME: We should be issuing a deprecation warning here, but cannot yet due - * to system headers which include this header file unconditionally. - */ -#elif !defined(__cplusplus) -#define bool _Bool -#define true 1 -#define false 0 -#elif defined(__GNUC__) && !defined(__STRICT_ANSI__) -/* Define _Bool as a GNU extension. */ -#define _Bool bool -#if defined(__cplusplus) && __cplusplus < 201103L -/* For C++98, define bool, false, true as a GNU extension. */ -#define bool bool -#define false false -#define true true -#endif -#endif - -#endif /* __MVS__ */ -#endif /* __STDBOOL_H */ diff --git a/.ccls-cache/@@home@ja@st@Home/@usr@lib@llvm@19@lib@clang@19@include@stdbool.h.blob b/.ccls-cache/@@home@ja@st@Home/@usr@lib@llvm@19@lib@clang@19@include@stdbool.h.blob deleted file mode 100644 index e181c461659189832b6a15138271e86b1532b888..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 536 zcmdO5_;;mX;ROap2K|iu+*JLnME&9teGd@RIWZ^MNZ&cXC{;hWC|N(LC^a!9DL=6& zMK76wIXNdWFP$_!y5;#r*_nCix+$4OsmUezMU}P~b}}$9F!M18a0xMpGe|Kg^Dr>5 z|F2s4`egdzLkrUqbBa@e3b>S0QqwZ?QWd}g3I+@ejFJM9QcNIHj^RHeP|1IB)~mat z{s}V!*>J!p -#include "main.h" - -void -breadboard(int DELAY_MS) -{ - bool Purple = (HAL_GPIO_ReadPin(BTN_PRPL_GPIO_Port, BTN_PRPL_Pin) == GPIO_PIN_SET); // PD5 - bool Grey = (HAL_GPIO_ReadPin(BTN_GREY_GPIO_Port, BTN_GREY_Pin) == GPIO_PIN_SET); // PD7 - - if (Purple && Grey) { - HAL_GPIO_WritePin(LED_EXT_GPIO_Port, LED_EXT_Pin, GPIO_PIN_SET); // PB4 - } else { - HAL_GPIO_WritePin(LED_EXT_GPIO_Port, LED_EXT_Pin, GPIO_PIN_RESET); // PB4 - } - - HAL_Delay(DELAY_MS); // milliseconds of delay after execution - - /* - // Always flash: - HAL_GPIO_WritePin(GPIOB, LED_EXT_Pin, GPIO_PIN_SET); // PB4 ON - HAL_Delay(DELAY_MS); - HAL_GPIO_WritePin(GPIOB, LED_EXT_Pin, GPIO_PIN_RESET); // PB4 OFF - HAL_Delay(DELAY_MS); - */ -} diff --git a/.ccls-cache/@home@ja@st@Home/Calc2@Core@Src@breadboard.c.blob b/.ccls-cache/@home@ja@st@Home/Calc2@Core@Src@breadboard.c.blob deleted file mode 100644 index ec15a2ffd4c2adb699896b0c71eff1956f15f9e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 608 zcmdO5`1j`Lgo_M}4Eh=QxvBbDiTcGQ`W_&rb7D@ik-l?&QL27$QL=tgQEFmJQhs7l zie54Ub8=2%UOH)dbj$OLvNQA2byG5nQj<&aiz;m~>||inFD)+8&&f>E&&esv)i<;R zv%$83IGK6LIi)G7KsN%NlAoiO!SL@&!NLoSe57h)VEo_2I+;mEP5Eb8erAdS!gm^( zc_j)iu0D>D@xH;D3|w3yjNA;|B20{24Dw723=GWwpG;h?+5IKN>wk$j!+XA<&36Cw zF4aXc*4$mqz{3bs!NBx)4VVV8VSovX>c4w1lrh3hXJCOF8}9`4tAcw`Y9#{?4+lel zi#Y=$9}geUO?*szB0$S{c^DWN1>^+Oco^Z