<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl-pl">
<link rel="self" type="application/atom+xml" href="https://forum.atnel.pl/feed.php?f=4&amp;t=20365&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2018-03-06T01:10:32+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=4&amp;t=20365&amp;mode</id>
<entry>
<author><name><![CDATA[mirekk36]]></name></author>
<updated>2018-03-06T01:10:32+01:00</updated>
<published>2018-03-06T01:10:32+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=20365&amp;p=205006#p205006</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=20365&amp;p=205006#p205006"/>
<title type="html"><![CDATA[Re: Uzmiennianie stałej ;)]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=20365&amp;p=205006#p205006"><![CDATA[
<div class="quotetitle">xamrex napisał(a):</div><div class="quotecontent"><br />TO dostaję warninga:<br /></div><br />Panie kochany - zajrzyj że do biblioteki LCD jak się wyświetla teksty z pamięci FLASH - toż to będzie to samo<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=54">mirekk36</a> — 6 mar 2018, o 01:10</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[xamrex]]></name></author>
<updated>2018-03-05T23:10:19+01:00</updated>
<published>2018-03-05T23:10:19+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=20365&amp;p=204999#p204999</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=20365&amp;p=204999#p204999"/>
<title type="html"><![CDATA[Uzmiennianie stałej ;)]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=20365&amp;p=204999#p204999"><![CDATA[
Korzystam z funkcji dostępnej w BB do wysyłania danych po RSie.<br /><strong>void uart_puts(char *s)</strong><br /><br />Jak mam taki kod:<br />[syntax=c]char data&#91;&#93;=&quot;222&quot;;<br />uart_puts(data);[/syntax]<br />To wszystkio jest super, bez ostrzeżeń.<br /><br />Natomiast jak zdefinuję sobie tablice jako stałą:<br />[syntax=c]const char data&#91;&#93;=&quot;222&quot;;<br />uart_puts(data);[/syntax]<br />TO dostaję warninga:<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">passing argument 1 of 'uart_puts' discards 'const' qualifier from pointer target type &#91;enabled by default&#93;</div><br />Da się jakoś to zrobić żeby nie wyświetlał się warning?<br />Ofc. nie interesuje mnie pisanie drugiej funkcji, która przyjmuje jako argument stałą.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=74">xamrex</a> — 5 mar 2018, o 23:10</p><hr />
]]></content>
</entry>
</feed>