summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-12 14:58:50 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-18 04:55:36 +0000
commit8cd253a69df01e5bb21fa5aaf22306047ff18c44 (patch)
treea53d464e15e61b3dd63edbdbe78100bdca72a00f /builtin
parent5aac57dfd17ffd657709efb85dfab78c10863724 (diff)
downloadchrome-ec-8cd253a69df01e5bb21fa5aaf22306047ff18c44.tar.gz
Revert "chip/mt_scp: support software gain"
This reverts commit 8fe3e6a850f06b499cc60834a925736ce95171d9. BUG=b:200823466 TEST=make buildall -j Change-Id: I02223d61ec727c8b5891fa23868930ed20d7b394 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3285760 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/stdint.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/builtin/stdint.h b/builtin/stdint.h
index dedc9de475..ada936c2d3 100644
--- a/builtin/stdint.h
+++ b/builtin/stdint.h
@@ -57,9 +57,6 @@ typedef int64_t int_fast64_t;
#ifndef INT16_MAX
#define INT16_MAX (32767U)
#endif
-#ifndef INT16_MIN
-#define INT16_MIN (-32768)
-#endif
#ifndef UINT32_MAX
#define UINT32_MAX (4294967295U)